Ninja Database Pro
GetIndexRecordExactMatch Method (SterlingCompositeIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > SterlingCompositeIndex<T> Class : GetIndexRecordExactMatch Method
Get a list of Index Records that match the passed indexValue
Syntax
Public Overrides Function GetIndexRecordExactMatch( _
   ByVal indexValues As List(Of Object) _
) As List(Of CompositeIndexRecord(Of T))
Dim instance As SterlingCompositeIndex(Of T)
Dim indexValues As List(Of Object)
Dim value As List(Of CompositeIndexRecord(Of T))
 
value = instance.GetIndexRecordExactMatch(indexValues)
public override List<CompositeIndexRecord<T>> GetIndexRecordExactMatch( 
   List<object> indexValues
)
public:
List<CompositeIndexRecord<T^>^>^ GetIndexRecordExactMatch( 
   List<Object^>^ indexValues
) override 

Parameters

indexValues
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SterlingCompositeIndex<T> Class
SterlingCompositeIndex<T> Members